Tex Riddell fd3bae34d8 Merge pull request #1572 from tex3d/fix-combine-dim 7 سال پیش
..
attribute.domain.isoline.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.domain.quad.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.domain.tri.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.earlydepthstencil.ps.hlsl b05430d9fb [spirv] Add support for PS [earlydepthstencil] attribute (#1074) 7 سال پیش
attribute.instance.gs.hlsl e40535653f [spirv] Emit Invocations execution mode in GS (#793) 8 سال پیش
attribute.instance.missing.gs.hlsl e40535653f [spirv] Emit Invocations execution mode in GS (#793) 8 سال پیش
attribute.max-vertex-count.hlsl 0d9cfd2b3a [spirv] Translate maxvertexcount attribute for GS. (#732) 8 سال پیش
attribute.numthreads.hlsl 1e6a9afd47 [spirv] Translate numthreads attribute for CS. (#580) 8 سال پیش
attribute.numthreads.missing.hlsl 1e6a9afd47 [spirv] Translate numthreads attribute for CS. (#580) 8 سال پیش
attribute.outputcontrolpoints.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.outputtopology.point.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.outputtopology.triangle-ccw.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.outputtopology.triangle-cw.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.partitioning.fractional-even.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.partitioning.fractional-odd.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.partitioning.integer.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
attribute.postdepthcoverage.ps.hlsl f9882c84a7 [spirv] Support for post_depth_coverage extension. (#1461) 7 سال پیش
bezier.domain.hlsl2spv ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
bezier.hull.hlsl2spv ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
bezier_common_hull.hlsl e508374632 [spirv] Support Hull shader translation (#692) 8 سال پیش
binary-op.arith-assign.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
binary-op.arith-assign.mixed.form.hlsl a79eeb2962 [spirv] Fix handling of float1 in vector scaling and matrix scaling. 7 سال پیش
binary-op.arith-assign.mixed.type.hlsl ca077c9b1f [spirv] Fix type mismatch for compound assignment (#1104) 7 سال پیش
binary-op.arith-assign.scalar.hlsl 5d7f35b0c1 [spirv] Translate arithmetic assign operators (#493) 8 سال پیش
binary-op.arith-assign.vector.hlsl 660ab29b70 [spirv] Add support for matrix splatting (#513) 8 سال پیش
binary-op.arithmetic.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
binary-op.arithmetic.mixed.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
binary-op.arithmetic.scalar.hlsl 5b37ea784f [spirv] Translate arithmetic operations for integers and floats (#461) 8 سال پیش
binary-op.arithmetic.vector.hlsl 660a367778 [spirv] Vector types, variable initializers, and comparison (#488) 8 سال پیش
binary-op.assign.composite.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
binary-op.assign.hlsl 1e6d05ac59 [spirv] Add test for struct accessing and assignment (#551) 8 سال پیش
binary-op.assign.image.hlsl 4e01373037 [spirv] Fix extra OpLoad when using images on lhs of assignment (#981) 8 سال پیش
binary-op.assign.opaque.array.hlsl 3c60ad7ed2 [spirv] Do per-element load for opaque arrays (#1189) 7 سال پیش
binary-op.bitwise-assign.scalar.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise-assign.shift-left.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise-assign.shift-right.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise-assign.vector.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise.scalar.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise.shift-left.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise.shift-right.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.bitwise.vector.hlsl cfd787a18e [spirv] Cull RHS of shift operations (#1148) 7 سال پیش
binary-op.comma.hlsl e69398519d [spirv] Translation for Comma operator. (#638) 8 سال پیش
binary-op.comparison.scalar.hlsl 378c2224b8 [spirv] Emit OpLogical{|Not}Equal for boolean comparison (#526) 8 سال پیش
binary-op.comparison.vector.hlsl 378c2224b8 [spirv] Emit OpLogical{|Not}Equal for boolean comparison (#526) 8 سال پیش
binary-op.logical-and.hlsl 231619361a [spirv] Ignore const-ness when comparing types. (#985) 8 سال پیش
binary-op.logical-or.hlsl f38109c154 [spirv] Translate boolean math operators: &&, ||, ?: (#499) 8 سال پیش
cast.2bool.explicit.hlsl c760e02232 [spirv] Support casting to bool/int/float (vector) values (#500) 8 سال پیش
cast.2bool.implicit.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.2fp.explicit.hlsl c760e02232 [spirv] Support casting to bool/int/float (vector) values (#500) 8 سال پیش
cast.2fp.implicit.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.2literal-int.implicit.hlsl fb8eac6c83 [spirv] Better handling of ternary and binary ops. (#995) 8 سال پیش
cast.2sint.explicit.hlsl c760e02232 [spirv] Support casting to bool/int/float (vector) values (#500) 8 سال پیش
cast.2sint.implicit.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.2uint.explicit.hlsl c760e02232 [spirv] Support casting to bool/int/float (vector) values (#500) 8 سال پیش
cast.2uint.implicit.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.bitwidth.hlsl 8d5d976674 [spirv] Take bitwidth into account when casting (#1105) 7 سال پیش
cast.flat-conversion.implicit.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.flat-conversion.literal-initializer.hlsl fc771d1046 [spirv] Non-literal 'literal float' as initializer (#1122) 7 سال پیش
cast.flat-conversion.no-op.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
cast.flat-conversion.struct.hlsl 05a5fd7759 [spirv] FloatConversion for structs with one single member (#1019) 8 سال پیش
cast.matrix.splat.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
cast.matrix.trunc.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.no-op.hlsl c760e02232 [spirv] Support casting to bool/int/float (vector) values (#500) 8 سال پیش
cast.vec-to-mat.explicit.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
cast.vector.splat.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
cast.vector.trunc.hlsl 694c35a47e [spirv] Translate vector truncation and splatting (#502) 8 سال پیش
cf.break.mixed.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
cf.cond-op.hlsl f38109c154 [spirv] Translate boolean math operators: &&, ||, ?: (#499) 8 سال پیش
cf.discard.hlsl 546597d994 [spirv] Handle early return and discard statements (#546) 8 سال پیش
cf.do.break.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.do.continue.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.do.nested.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.do.plain.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.for.break.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
cf.for.continue.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
cf.for.nested.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
cf.for.plain.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.if.const-cond.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.if.for.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
cf.if.nested.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.if.plain.hlsl 9bbe6f16a2 [spirv] Add support for if statement attributes (#1081) 7 سال پیش
cf.logical-and.hlsl f38109c154 [spirv] Translate boolean math operators: &&, ||, ?: (#499) 8 سال پیش
cf.logical-or.hlsl f38109c154 [spirv] Translate boolean math operators: &&, ||, ?: (#499) 8 سال پیش
cf.return.early.float4.hlsl 546597d994 [spirv] Handle early return and discard statements (#546) 8 سال پیش
cf.return.early.hlsl 546597d994 [spirv] Handle early return and discard statements (#546) 8 سال پیش
cf.return.storage-class.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
cf.return.struct.hlsl 82463dd3d1 [spirv] Test for returning a struct from function. (#637) 8 سال پیش
cf.switch.ifstmt.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
cf.switch.opswitch.hlsl 3777fd31b2 [spirv] Fix FloatingToIntegral cast of lvalues. (#1568) 7 سال پیش
cf.while.break.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.while.continue.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.while.nested.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
cf.while.plain.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
constant.array.hlsl c99605827c [spirv] Add support for constant array type (#565) 8 سال پیش
constant.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
constant.scalar.16bit.disabled.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
constant.scalar.16bit.enabled.hlsl b02d940813 [spirv] Don't emit Float16 capability. (#1109) 7 سال پیش
constant.scalar.64bit.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
constant.scalar.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
constant.struct.hlsl 35138b401c [spirv] More support for matrices and structs in init lists (#548) 8 سال پیش
constant.vector.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
cs.groupshared.hlsl 4e5e56d0cd [spirv] Update SPIR-V Tools and Fix Builtin usage. (#1183) 7 سال پیش
empty-struct-interface.vs.hlsl2spv ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
fn.call.hlsl 5423d05daf [spirv] Support input modifiers on function parameters (#559) 8 سال پیش
fn.ctbuffer.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
fn.default-arg.hlsl 3809395c08 [spirv] Support CXXDefaultArgExpr translation. (#825) 8 سال پیش
fn.foward-declaration.hlsl 04a5269451 [spirv] Support function foward declaration (#847) 8 سال پیش
fn.param.inout.hlsl b17ed7f06d [spirv] Avoid creating temporary variables for local variables (#1293) 7 سال پیش
fn.param.inout.no-copy.hlsl b17ed7f06d [spirv] Avoid creating temporary variables for local variables (#1293) 7 سال پیش
fn.param.inout.storage-class.hlsl d90856f440 [spirv] Support storing to values of reference types (#1268) 7 سال پیش
fn.param.inout.vector.hlsl b17ed7f06d [spirv] Avoid creating temporary variables for local variables (#1293) 7 سال پیش
gs.emit.hlsl a1a33a4199 [spirv] Convert to use stand-alone variables for gl_PerVertex (#1259) 7 سال پیش
hs.pcf.input-patch.hlsl dd487ffec7 [spirv] Use entry point attr to find correct PCF. (#1024) 8 سال پیش
hs.pcf.output-patch.hlsl 37eade8495 [spirv] Add support for basic geometry shader (#772) 8 سال پیش
hs.pcf.primitive-id.1.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
hs.pcf.primitive-id.2.hlsl 37eade8495 [spirv] Add support for basic geometry shader (#772) 8 سال پیش
hs.pcf.view-id.1.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
hs.pcf.view-id.2.hlsl d1f1665865 [spirv] Add support for SV_ViewID (#836) 8 سال پیش
hs.pcf.void.hlsl 406fe38220 Add validation checks for HS/GS attributes after parsing (#768) 8 سال پیش
hs.structure.hlsl b6abc9f9cd [spirv] Use Invocation(4) as memory barrier in HS. (#1241) 7 سال پیش
intrinsics.D3DCOLORtoUBYTE4.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
intrinsics.abort.hlsl 4a4d1134ef [spirv] Emit unsupported error for some intrinsics (#797) 8 سال پیش
intrinsics.abs.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.acos.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.all.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.allmemorybarrier.hlsl 8c5a38ba22 [spirv] Fix Memory Barrier mappings to SPIR-V. (#917) 8 سال پیش
intrinsics.allmemorybarrierwithgroupsync.hlsl 8c5a38ba22 [spirv] Fix Memory Barrier mappings to SPIR-V. (#917) 8 سال پیش
intrinsics.any.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
intrinsics.asdouble.hlsl 97aab11faf [spirv] Translate intrinsic asdouble and asuint. (#758) 8 سال پیش
intrinsics.asfloat.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.asin.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.asint.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.asuint.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.atan.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.atan2.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.ceil.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.check-access-fully-mapped.hlsl 679b7c80c7 [spirv] Support CheckAccessFullyMapped intrinsic. (#897) 8 سال پیش
intrinsics.clamp.hlsl 8b2d5a0d0f [spirv] Process the clamp intrinsic function (#562) 8 سال پیش
intrinsics.clip.hlsl 015bdfd1d7 [spirv] Translate several intrinsic functions. (#654) 8 سال پیش
intrinsics.cos.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.cosh.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.countbits.hlsl 015bdfd1d7 [spirv] Translate several intrinsic functions. (#654) 8 سال پیش
intrinsics.cross.hlsl 4aae84deef [spirv] Translation of more intrinsic HLSL functions (#560) 8 سال پیش
intrinsics.ddx-coarse.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.ddx-fine.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.ddx.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.ddy-coarse.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.ddy-fine.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.ddy.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.degrees.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.determinant.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.devicememorybarrier.hlsl 8c5a38ba22 [spirv] Fix Memory Barrier mappings to SPIR-V. (#917) 8 سال پیش
intrinsics.devicememorybarrierwithgroupsync.hlsl 8c5a38ba22 [spirv] Fix Memory Barrier mappings to SPIR-V. (#917) 8 سال پیش
intrinsics.distance.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.dot.hlsl e6685a310d [spirv] Translate intrinsic dot product. (#496) 8 سال پیش
intrinsics.dst.hlsl 576a805117 [spirv] Translate intrinsic dst function. (#801) 8 سال پیش
intrinsics.exp.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.exp2.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.f16tof32.hlsl a579b3eaef [spirv] Add support for f16tof32() and f32tof16() (#786) 8 سال پیش
intrinsics.f32tof16.hlsl a579b3eaef [spirv] Add support for f16tof32() and f32tof16() (#786) 8 سال پیش
intrinsics.faceforward.hlsl 0888e319e7 [spirv] Intrinsic fwidth & faceforward (#711) 8 سال پیش
intrinsics.firstbithigh.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.firstbitlow.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.floatsign.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.floor.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.fma.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.fmod.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.frac.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.frexp.hlsl 015bdfd1d7 [spirv] Translate several intrinsic functions. (#654) 8 سال پیش
intrinsics.fwidth.hlsl 0888e319e7 [spirv] Intrinsic fwidth & faceforward (#711) 8 سال پیش
intrinsics.get-render-target-sample-count.hlsl 4a4d1134ef [spirv] Emit unsupported error for some intrinsics (#797) 8 سال پیش
intrinsics.get-render-target-sample-position.hlsl 4a4d1134ef [spirv] Emit unsupported error for some intrinsics (#797) 8 سال پیش
intrinsics.groupmemorybarrier.hlsl 8c5a38ba22 [spirv] Fix Memory Barrier mappings to SPIR-V. (#917) 8 سال پیش
intrinsics.groupmemorybarrierwithgroupsync.hlsl 8c5a38ba22 [spirv] Fix Memory Barrier mappings to SPIR-V. (#917) 8 سال پیش
intrinsics.interlocked-methods.cs.hlsl b241b8bd98 [spirv] Handle rvalue passed to Interlocked methods (#1220) 7 سال پیش
intrinsics.interlocked-methods.error.hlsl eaff1735d0 [spirv] Emit error for atomics operations on floats (#1382) 7 سال پیش
intrinsics.interlocked-methods.ps.hlsl 9316ec211f [spirv] Test atomic intrinsics on primitive types in CS (#943) 8 سال پیش
intrinsics.interlocked-methods.static-error.hlsl b2a8cd1ba2 [spirv] Error out if static variable is used in interlocked method (#1575) 7 سال پیش
intrinsics.intsign.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.isfinite.hlsl 8afee2994c [spirv] Intrinsic ddx and ddy. (#707) 8 سال پیش
intrinsics.isinf.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.isnan.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.ldexp.hlsl 7ff9ae75e8 [spirv] Refresh dependencies and fix ldexp() translation (#962) 8 سال پیش
intrinsics.length.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.lerp.hlsl 015bdfd1d7 [spirv] Translate several intrinsic functions. (#654) 8 سال پیش
intrinsics.lit.hlsl c5dc49a7fd [spirv] Translate intrinsic Lit function. (#744) 8 سال پیش
intrinsics.log.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.log10.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
intrinsics.log2.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.mad.hlsl 015bdfd1d7 [spirv] Translate several intrinsic functions. (#654) 8 سال پیش
intrinsics.max.hlsl 4aae84deef [spirv] Translation of more intrinsic HLSL functions (#560) 8 سال پیش
intrinsics.min.hlsl 4aae84deef [spirv] Translation of more intrinsic HLSL functions (#560) 8 سال پیش
intrinsics.modf.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.msad4.hlsl 998bab9dea [spirv] Translate intrinsic msad4 function. (#808) 8 سال پیش
intrinsics.mul.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.non-uniform-resource-index.hlsl a69a83d9de [spirv] Add support for NonUniformResourceIndex() (#1256) 7 سال پیش
intrinsics.normalize.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.pow.hlsl 4aae84deef [spirv] Translation of more intrinsic HLSL functions (#560) 8 سال پیش
intrinsics.radians.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.rcp.hlsl d47339e142 [spirv] Handle literal float type in getValueOne() (#1040) 8 سال پیش
intrinsics.reflect.hlsl 4aae84deef [spirv] Translation of more intrinsic HLSL functions (#560) 8 سال پیش
intrinsics.refract.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.reversebits.hlsl 015bdfd1d7 [spirv] Translate several intrinsic functions. (#654) 8 سال پیش
intrinsics.round.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.rsqrt.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.saturate.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.sin.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.sincos.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.sinh.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.smoothstep.hlsl a62fc13575 [spirv] Translation of several intrinsic functions (#639) 8 سال پیش
intrinsics.sqrt.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.step.hlsl 4aae84deef [spirv] Translation of more intrinsic HLSL functions (#560) 8 سال پیش
intrinsics.tan.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.tanh.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
intrinsics.transpose.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
intrinsics.trunc.hlsl ff65329ee2 [spirv] Translate more instrinsic functions (#537) 8 سال پیش
method.append-structured-buffer.append.hlsl b102541771 [spirv] Append must load lvalues before appending (#1345) 7 سال پیش
method.append-structured-buffer.get-dimensions.hlsl 0a8b8c4e1d [spirv] Rename -fvk-use-glsl-layout to -fvk-use-gl-layout (#1206) 7 سال پیش
method.buffer.get-dimensions.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
method.buffer.load.hlsl 1d4509f35d [spirv] Support Load methods that take Status arg. (#905) 8 سال پیش
method.byte-address-buffer.get-dimensions.hlsl fb224f19b6 [spirv] Fix structured buffer .GetDimensions() (#885) 8 سال پیش
method.byte-address-buffer.load.hlsl 4cbc45cf27 [spirv] Support (RW)ByteAddrressBuffer and load/store methods (#581) 8 سال پیش
method.byte-address-buffer.store.hlsl 4cbc45cf27 [spirv] Support (RW)ByteAddrressBuffer and load/store methods (#581) 8 سال پیش
method.consume-structured-buffer.consume.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
method.consume-structured-buffer.get-dimensions.hlsl 0a8b8c4e1d [spirv] Rename -fvk-use-glsl-layout to -fvk-use-gl-layout (#1206) 7 سال پیش
method.input-output-patch.access.hlsl 3ff562f294 [spirv] Tests InputPatch & OutputPatch operator[] (#737) 8 سال پیش
method.rw-byte-address-buffer.atomic.hlsl a62dba918f [spirv] Translate intrinsic Interlocked* methods. (#722) 8 سال پیش
method.rw-structured-buffer.counter.hlsl d7a96e9e80 [spirv] Always emit a counter variable for RWStructuredBuffer (#896) 8 سال پیش
method.rwtexture.get-dimensions.hlsl 5362b3597b [spirv] Handle GetDimension methods w/ float args. (#944) 8 سال پیش
method.rwtexture.load.hlsl 1d4509f35d [spirv] Support Load methods that take Status arg. (#905) 8 سال پیش
method.structured-buffer.get-dimensions.hlsl 0a8b8c4e1d [spirv] Rename -fvk-use-glsl-layout to -fvk-use-gl-layout (#1206) 7 سال پیش
method.structured-buffer.load.hlsl 7ad893a79e [spirv] Better handling of ConditionalOperator. (#983) 8 سال پیش
namespace.functions.hlsl e24f4b7a65 [spirv] Variable/Resource in namespaces. (#1208) 7 سال پیش
namespace.globals.hlsl e24f4b7a65 [spirv] Variable/Resource in namespaces. (#1208) 7 سال پیش
namespace.resources.hlsl e24f4b7a65 [spirv] Variable/Resource in namespaces. (#1208) 7 سال پیش
oo.class.method.hlsl 4561cb9ea1 [spirv] Temporary struct/class object method call. (#912) 8 سال پیش
oo.class.static.member.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
oo.inheritance.hlsl 7a86911302 [spirv] Add support for casting from derived to base (#1052) 8 سال پیش
oo.inheritance.stage-io.gs.hlsl a1a33a4199 [spirv] Convert to use stand-alone variables for gl_PerVertex (#1259) 7 سال پیش
oo.inheritance.stage-io.vs.hlsl a1a33a4199 [spirv] Convert to use stand-alone variables for gl_PerVertex (#1259) 7 سال پیش
oo.method.on-static-var.hlsl 46c0e3cf2f [spirv] Use temporary variable for method call on static variable (#973) 8 سال پیش
oo.static.member.init.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
oo.struct.method.hlsl 483901edba [spirv] Member fn call use Function storage class. (#1226) 7 سال پیش
oo.struct.static.member.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
op.array.access.hlsl 72d4fcc4e0 [spirv] Fix cast function when src type is literal (#988) 8 سال پیش
op.buffer.access.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
op.cbuffer.access.hlsl 8283f8aabd [spirv] Remove the "var." prefix on cbuffer/tbuffer names (#1071) 7 سال پیش
op.cbuffer.access.majorness.hlsl 5d557ccb34 [spirv] Revamp matrix majorness handling (#1144) 7 سال پیش
op.constant-buffer.access.hlsl 3c511a0959 [spirv] Support TextureBuffer/ConstantBuffer arrays. (#1166) 7 سال پیش
op.matrix.access.1x1.hlsl 32872ab4d2 [spirv] Translate operator[] for vector and matrix types (#519) 8 سال پیش
op.matrix.access.1xn.hlsl 32872ab4d2 [spirv] Translate operator[] for vector and matrix types (#519) 8 سال پیش
op.matrix.access.mx1.hlsl 1c498f3743 [spirv] Allow indexing into temporary struct (#934) 8 سال پیش
op.matrix.access.mxn.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
op.rw-structured-buffer.access.hlsl 7ad893a79e [spirv] Better handling of ConditionalOperator. (#983) 8 سال پیش
op.rwbuffer.access.hlsl fb377afe5a [spirv] Add missing capability for storage image read/write (#870) 8 سال پیش
op.rwtexture.access.read.hlsl 2624406a58 [spirv] Fix OpImageRead return type (#868) 8 سال پیش
op.rwtexture.access.write.hlsl dac585ffb1 [spirv] Refactoring: renaming test files to keep consistency (#710) 8 سال پیش
op.struct.access.hlsl 15885f01ac [spirv] Fix returning struct containing arrays (#1392) 7 سال پیش
op.structured-buffer.access.hlsl 7ad893a79e [spirv] Better handling of ConditionalOperator. (#983) 8 سال پیش
op.tbuffer.access.hlsl 8283f8aabd [spirv] Remove the "var." prefix on cbuffer/tbuffer names (#1071) 7 سال پیش
op.texture-buffer.access.hlsl 3c511a0959 [spirv] Support TextureBuffer/ConstantBuffer arrays. (#1166) 7 سال پیش
op.texture.access.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
op.texture.mips-access.hlsl de7ce30149 [spirv] Texture operator[], .mips[][], .sample[][] (#625) 8 سال پیش
op.texture.sample-access.hlsl de7ce30149 [spirv] Texture operator[], .mips[][], .sample[][] (#625) 8 سال پیش
op.vector.access.hlsl 1c498f3743 [spirv] Allow indexing into temporary struct (#934) 8 سال پیش
op.vector.swizzle.buffer-access.hlsl 0d150879fa [spirv] Use SpirvEvalInfo to convey lvalue/rvalue (#822) 8 سال پیش
op.vector.swizzle.const-scalar.hlsl 7e3fef5cca [spirv] Accept parentheses around LHS in assignments (#1280) 7 سال پیش
op.vector.swizzle.hlsl 0d150879fa [spirv] Use SpirvEvalInfo to convey lvalue/rvalue (#822) 8 سال پیش
op.vector.swizzle.size1.hlsl 37e3ec9ebf [spirv] OpLoad for lvalue operands of binary operators (#1020) 8 سال پیش
op.vector.swizzle.texture-access.hlsl 0d150879fa [spirv] Use SpirvEvalInfo to convey lvalue/rvalue (#822) 8 سال پیش
passthru-cs.hlsl2spv f6f79e744d [spirv] Emit OpSource debug instruction (#1145) 7 سال پیش
passthru-ps.Debug.dxil 21847b0656 [linux-port] Update the golden dxil files for linux smoke test. 7 سال پیش
passthru-ps.Release.dxil 21847b0656 [linux-port] Update the golden dxil files for linux smoke test. 7 سال پیش
passthru-ps.hlsl2spv f6f79e744d [spirv] Emit OpSource debug instruction (#1145) 7 سال پیش
passthru-ps.spv 68a3e86490 [linux-port] Add dxc -spirv test (#1409) 7 سال پیش
passthru-vs.hlsl2spv a1a33a4199 [spirv] Convert to use stand-alone variables for gl_PerVertex (#1259) 7 سال پیش
primitive.error.gs.hlsl 6d8bf3e34a [spirv] Support GS output stream types. (#736) 8 سال پیش
primitive.line.gs.hlsl 96c5c0ad17 [spirv] Execution modes for GS primitive types. (#734) 8 سال پیش
primitive.lineadj.gs.hlsl 96c5c0ad17 [spirv] Execution modes for GS primitive types. (#734) 8 سال پیش
primitive.point.gs.hlsl 96c5c0ad17 [spirv] Execution modes for GS primitive types. (#734) 8 سال پیش
primitive.triangle.gs.hlsl 96c5c0ad17 [spirv] Execution modes for GS primitive types. (#734) 8 سال پیش
primitive.triangleadj.gs.hlsl 96c5c0ad17 [spirv] Execution modes for GS primitive types. (#734) 8 سال پیش
semantic.arbitrary.hlsl a1a33a4199 [spirv] Convert to use stand-alone variables for gl_PerVertex (#1259) 7 سال پیش
semantic.arbitrary.location.alpha.hlsl 0e0e014232 [spirv] Add CL option for stage I/O location assignment order (#578) 8 سال پیش
semantic.arbitrary.location.decl.hlsl 0e0e014232 [spirv] Add CL option for stage I/O location assignment order (#578) 8 سال پیش
semantic.barycentrics.ps.np-c.hlsl 9745b0d55c [spirv] Add support for SV_Barycentrics (#837) 8 سال پیش
semantic.barycentrics.ps.np-s.hlsl 9745b0d55c [spirv] Add support for SV_Barycentrics (#837) 8 سال پیش
semantic.barycentrics.ps.np.hlsl 9745b0d55c [spirv] Add support for SV_Barycentrics (#837) 8 سال پیش
semantic.barycentrics.ps.s-c.hlsl 9745b0d55c [spirv] Add support for SV_Barycentrics (#837) 8 سال پیش
semantic.barycentrics.ps.s-s.hlsl 9745b0d55c [spirv] Add support for SV_Barycentrics (#837) 8 سال پیش
semantic.barycentrics.ps.s.hlsl 9745b0d55c [spirv] Add support for SV_Barycentrics (#837) 8 سال پیش
semantic.coverage.ps.hlsl 83e23e6954 [spirv] Add support for SV_Coverage (#800) 8 سال پیش
semantic.coverage.type-mismatch.ps.hlsl 83e23e6954 [spirv] Add support for SV_Coverage (#800) 8 سال پیش
semantic.depth-greater-equal.ps.hlsl db417e9ad5 [spirv] Update external projects (#1205) 7 سال پیش
semantic.depth-less-equal.ps.hlsl db417e9ad5 [spirv] Update external projects (#1205) 7 سال پیش
semantic.depth.ps.hlsl db417e9ad5 [spirv] Update external projects (#1205) 7 سال پیش
semantic.dispatch-thread-id.cs.hlsl 4e5e56d0cd [spirv] Update SPIR-V Tools and Fix Builtin usage. (#1183) 7 سال پیش
semantic.dispatch-thread-id.int2.cs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.dispatch-thread-id.uint.cs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.domain-location.ds.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.duplication.hlsl 634b459283 [spirv] Assign locations to stage I/O variables alphabetically (#564) 8 سال پیش
semantic.group-id.cs.hlsl 4e5e56d0cd [spirv] Update SPIR-V Tools and Fix Builtin usage. (#1183) 7 سال پیش
semantic.group-id.int2.cs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.group-id.uint.cs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.group-index.cs.hlsl 58612be9f3 [spirv] More compute shader semantics. (#662) 8 سال پیش
semantic.group-thread-id.cs.hlsl 4e5e56d0cd [spirv] Update SPIR-V Tools and Fix Builtin usage. (#1183) 7 سال پیش
semantic.group-thread-id.int2.cs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.group-thread-id.uint.cs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.gs-instance-id.gs.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.inner-coverage.ps.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
semantic.inside-tess-factor.ds.array1.hlsl 79f4da1500 [spirv] Support float[1] as the type of SV_InsideTessFactor (#1003) 8 سال پیش
semantic.inside-tess-factor.ds.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.inside-tess-factor.hs.array1.hlsl 79f4da1500 [spirv] Support float[1] as the type of SV_InsideTessFactor (#1003) 8 سال پیش
semantic.inside-tess-factor.hs.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.instance-id.ds.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.instance-id.gs.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.instance-id.hs.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.instance-id.ps.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.instance-id.vs.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.is-front-face.gs.hlsl f6bbfdf4d8 [spirv] Use uint rather than bool for stage IO vars (#1550) 7 سال پیش
semantic.is-front-face.ps.hlsl a727fc8838 [spirv] Support PS SV_Depth{Greater|Less}Equal and SV_IsFrontFace (#563) 8 سال پیش
semantic.on-struct.hlsl 8d052c88f4 [spirv] Add support for semantics on structs (#831) 8 سال پیش
semantic.output-control-point-id.hs.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.primitive-id.ds.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.primitive-id.gs.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.primitive-id.hs.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.primitive-id.ps.hlsl 83e23e6954 [spirv] Add support for SV_Coverage (#800) 8 سال پیش
semantic.render-target-array-index.ds.hlsl d849dc2b86 [spirv] Support ViewportIndex & Layer in VS and DS (#1290) 7 سال پیش
semantic.render-target-array-index.gs.hlsl e9a2c759b5 [spirv] Support SV_RenderTargetArrayIndex and SV_StencilRef (#789) 8 سال پیش
semantic.render-target-array-index.hs.hlsl e9a2c759b5 [spirv] Support SV_RenderTargetArrayIndex and SV_StencilRef (#789) 8 سال پیش
semantic.render-target-array-index.ps.hlsl e9a2c759b5 [spirv] Support SV_RenderTargetArrayIndex and SV_StencilRef (#789) 8 سال پیش
semantic.render-target-array-index.vs.hlsl d849dc2b86 [spirv] Support ViewportIndex & Layer in VS and DS (#1290) 7 سال پیش
semantic.sample-index.ps.hlsl 68ef628bd9 [spirv] Complete the support for SV semantics in all stages (#775) 8 سال پیش
semantic.stencil-ref.ps.hlsl 0d462693b5 [spirv] Add support for SV_ViewportIndex (#796) 8 سال پیش
semantic.target.dual-blend.error1.hlsl 9b856626d6 [spirv] Add support for dual-source blending (#1251) 7 سال پیش
semantic.target.dual-blend.error2.hlsl 9b856626d6 [spirv] Add support for dual-source blending (#1251) 7 سال پیش
semantic.target.dual-blend.hlsl 9b856626d6 [spirv] Add support for dual-source blending (#1251) 7 سال پیش
semantic.target.ps.hlsl 634b459283 [spirv] Assign locations to stage I/O variables alphabetically (#564) 8 سال پیش
semantic.tess-factor.ds.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.tess-factor.hs.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.tess-factor.size-mismatch.ds.hlsl 7cb1c20853 [spirv] Handle TessFactor size mismatches. (#771) 8 سال پیش
semantic.tess-factor.size-mismatch.hs.hlsl 7cb1c20853 [spirv] Handle TessFactor size mismatches. (#771) 8 سال پیش
semantic.vertex-id.vs.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
semantic.view-id.ds.hlsl d1f1665865 [spirv] Add support for SV_ViewID (#836) 8 سال پیش
semantic.view-id.gs.hlsl d1f1665865 [spirv] Add support for SV_ViewID (#836) 8 سال پیش
semantic.view-id.hs.hlsl d1f1665865 [spirv] Add support for SV_ViewID (#836) 8 سال پیش
semantic.view-id.ps.hlsl d1f1665865 [spirv] Add support for SV_ViewID (#836) 8 سال پیش
semantic.view-id.vs.hlsl d1f1665865 [spirv] Add support for SV_ViewID (#836) 8 سال پیش
semantic.viewport-array-index.ds.hlsl d849dc2b86 [spirv] Support ViewportIndex & Layer in VS and DS (#1290) 7 سال پیش
semantic.viewport-array-index.gs.hlsl 0d462693b5 [spirv] Add support for SV_ViewportIndex (#796) 8 سال پیش
semantic.viewport-array-index.hs.hlsl 0d462693b5 [spirv] Add support for SV_ViewportIndex (#796) 8 سال پیش
semantic.viewport-array-index.ps.hlsl 0d462693b5 [spirv] Add support for SV_ViewportIndex (#796) 8 سال پیش
semantic.viewport-array-index.vs.hlsl d849dc2b86 [spirv] Support ViewportIndex & Layer in VS and DS (#1290) 7 سال پیش
sm6.quad-read-across-diagonal.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.quad-read-across-x.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.quad-read-across-y.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.quad-read-lane-at.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-all-equal.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-all-true.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-any-true.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-ballot.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-bit-and.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-bit-or.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-bit-xor.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-count-bits.hlsl 8e6b468c4d [spirv] Fix Wave*CountBits() and improve compilation time (#1574) 7 سال پیش
sm6.wave-active-max.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-min.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-product.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-active-sum.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-get-lane-count.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-get-lane-index.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-is-first-lane.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-op.no-target-env.error.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-op.target-vulkan1.error.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-prefix-count-bits.hlsl 8e6b468c4d [spirv] Fix Wave*CountBits() and improve compilation time (#1574) 7 سال پیش
sm6.wave-prefix-product.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-prefix-sum.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-read-lane-at.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave-read-lane-first.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
sm6.wave.builtin.no-dup.hlsl 2a0b7c49fd [spirv] Add -fspv-target-env command line option. (#1187) 7 سال پیش
spirv.builtin.device-index.hlsl c66c37cfa1 [spirv] Add support for DeviceIndex builtin. (#1171) 7 سال پیش
spirv.builtin.device-index.invalid.hlsl c66c37cfa1 [spirv] Add support for DeviceIndex builtin. (#1171) 7 سال پیش
spirv.builtin.helper-invocation.hlsl 53f3f69b36 [spirv] Add mechanism for Vulkan-specific builtins (#805) 8 سال پیش
spirv.builtin.helper-invocation.invalid.hlsl 3a4c0338a4 [spirv] Add validation for vk::builtin usage (#854) 8 سال پیش
spirv.builtin.point-size.invalid.hlsl 3a4c0338a4 [spirv] Add validation for vk::builtin usage (#854) 8 سال پیش
spirv.builtin.shader-draw-parameters.hlsl c859bb040f [spirv] Support SPV_KHR_shader_draw_parameters (#1127) 7 سال پیش
spirv.builtin.shader-draw-parameters.invalid.hlsl c859bb040f [spirv] Support SPV_KHR_shader_draw_parameters (#1127) 7 سال پیش
spirv.cf.ret-missing.hlsl aa7c2bc402 [spirv] Fix missing return value cases (#809) 8 سال پیش
spirv.debug.cl-option.hlsl 339bf4fffc [spirv] Add cl options into the emitted SPIRV. (#1515) 7 سال پیش
spirv.debug.commit.hlsl 1152cdeddd [spirv] Stop emitting commit count (#1524) 7 سال پیش
spirv.debug.ctrl.file.hlsl 81b3451b4a [spirv] Add mechanism for fine-grained control of debug info (#1518) 7 سال پیش
spirv.debug.ctrl.line.hlsl 81b3451b4a [spirv] Add mechanism for fine-grained control of debug info (#1518) 7 سال پیش
spirv.debug.ctrl.source.hlsl 81b3451b4a [spirv] Add mechanism for fine-grained control of debug info (#1518) 7 سال پیش
spirv.debug.ctrl.tool.hlsl 81b3451b4a [spirv] Add mechanism for fine-grained control of debug info (#1518) 7 سال پیش
spirv.debug.ctrl.unknown.hlsl 81b3451b4a [spirv] Add mechanism for fine-grained control of debug info (#1518) 7 سال پیش
spirv.debug.opline.hlsl ba6eb6f2ef [spirv] Emit OpLine for if/while/do/for conditions (#1462) 7 سال پیش
spirv.debug.opsource.hlsl 5693d9d171 [spirv] Embed preprocessed source code when -Zi (#1453) 7 سال پیش
spirv.entry-function.inout.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.entry-function.unused-param.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.entry-function.wrapper.hlsl f6bbfdf4d8 [spirv] Use uint rather than bool for stage IO vars (#1550) 7 سال پیش
spirv.ext.allow-all-khr.hlsl 68984b316a [spirv] Specify "KHR" to enable all KHR extensions (#1195) 7 سال پیش
spirv.ext.cl.allow.hlsl 241d32c810 [spirv] Allow explicitly controlling SPIR-V extensions (#1151) 7 سال پیش
spirv.ext.cl.forbid.hlsl 241d32c810 [spirv] Allow explicitly controlling SPIR-V extensions (#1151) 7 سال پیش
spirv.ext.cl.unknown.hlsl 241d32c810 [spirv] Allow explicitly controlling SPIR-V extensions (#1151) 7 سال پیش
spirv.interface.ds.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.interface.gs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.interface.hs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.interface.ps.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.interface.vs.hlsl ad55bca496 [spirv] Avoid writing unused stage output variable back (#1373) 7 سال پیش
spirv.interpolation.error.hlsl 299bb535b8 [spirv] Support interpolation modes on PS input variables (#571) 8 سال پیش
spirv.interpolation.hlsl 88b02078a1 [spirv] Accept array types for PS stage input variables (#1044) 8 سال پیش
spirv.legal.cbuffer.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
spirv.legal.opaque-struct.hlsl 37e8153e70 [spirv] Remove structured/byte buffer assignment tests (#906) 8 سال پیش
spirv.legal.sbuffer.counter.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
spirv.legal.sbuffer.counter.method.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
spirv.legal.sbuffer.counter.struct.hlsl 690b44ec16 [spirv] Legalization: associated counter in nested structs (#1001) 8 سال پیش
spirv.legal.sbuffer.methods.hlsl 02bc6fae08 [spirv] Legalization: validate with relaxed logical pointer (#975) 8 سال پیش
spirv.legal.sbuffer.struct.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
spirv.legal.sbuffer.usage.hlsl 582c3813d6 [spirv] Legalization: indexing StructuredBuffer containing array (#982) 8 سال پیش
spirv.legal.tbuffer.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
spirv.opt.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.invalid-flag.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.multiple.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.with-O0.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.with-O1.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.with-O2.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.with-O3.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.opt.with-O4.cl.oconfig.hlsl 90103b38c2 [spirv] Expose -Oconfig for running custom optimizer recipes (#1466) 7 سال پیش
spirv.stage-io.16bit.hlsl b6d65cbe27 [spirv] Support 16-bit types in stage IO (#1227) 7 سال پیش
spirv.storage-class.hlsl 92a73a28c5 [spirv] Add support for (RW)StructuredBuffer (#593) 8 سال پیش
ternary-op.cond-op.hlsl e6f6fd91a1 [spirv] Provide literal type hint in cast function (#1034) 8 سال پیش
texture.array.gather-alpha.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
texture.array.gather-blue.hlsl f1a032e946 [spirv] Update external dependencies (#1286) 7 سال پیش
texture.array.gather-cmp-red.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
texture.array.gather-cmp.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.gather-green.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
texture.array.gather-red.hlsl 4491a30fba [spirv] Support non-constant offsets in .Gather*() methods (#1232) 7 سال پیش
texture.array.gather.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.load.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
texture.array.sample-bias.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.sample-cmp-level-zero.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.sample-cmp.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.sample-grad.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.sample-level.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.array.sample.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.calculate-lod-unclamped.hlsl 18545516b0 [spirv] Handle CalculateLevelOfDetailUnclamped. (#1400) 7 سال پیش
texture.calculate-lod.hlsl 52c27ffbbd [spirv] CalculateLevelOfDetail for Texture types. (#653) 8 سال پیش
texture.gather-alpha.hlsl f1a032e946 [spirv] Update external dependencies (#1286) 7 سال پیش
texture.gather-blue.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
texture.gather-cmp-alpha.hlsl 4a4d1134ef [spirv] Emit unsupported error for some intrinsics (#797) 8 سال پیش
texture.gather-cmp-blue.hlsl 4a4d1134ef [spirv] Emit unsupported error for some intrinsics (#797) 8 سال پیش
texture.gather-cmp-green.hlsl 4a4d1134ef [spirv] Emit unsupported error for some intrinsics (#797) 8 سال پیش
texture.gather-cmp-red.hlsl b0713a6b50 [spirv] Handle Sparse Images in GatherRGBA (#872) 8 سال پیش
texture.gather-cmp.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.gather-green.hlsl f1a032e946 [spirv] Update external dependencies (#1286) 7 سال پیش
texture.gather-red.hlsl 4491a30fba [spirv] Support non-constant offsets in .Gather*() methods (#1232) 7 سال پیش
texture.gather.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.get-dimensions.hlsl 9c32ea432c [spirv] Allow signed integer args in GetDimensions (#1249) 7 سال پیش
texture.get-sample-position.hlsl 6af2a123d8 [spirv] Add support for .GetSamplePosition() (#1008) 8 سال پیش
texture.load.hlsl b8cccfd521 [spirv] Comine type and constant in SPIRVModule (#1016) 8 سال پیش
texture.sample-bias.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.sample-cmp-level-zero.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.sample-cmp.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.sample-grad.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.sample-level.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
texture.sample.hlsl f28b030c74 [spirv] None (0x0) is an invalid Image Operand. (#1311) 7 سال پیش
type.append-structured-buffer.hlsl 0d8a15a61a [spirv] Better reflection support via new extensions (#1111) 7 سال پیش
type.array.hlsl c99605827c [spirv] Add support for constant array type (#565) 8 سال پیش
type.buffer.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
type.buffer.struct.error1.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
type.buffer.struct.error2.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
type.buffer.struct.error3.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
type.byte-address-buffer.hlsl 4cbc45cf27 [spirv] Support (RW)ByteAddrressBuffer and load/store methods (#581) 8 سال پیش
type.cbuffer.hlsl 56ffc8a239 [spirv] Fix Vulkan layout struct member alignment error (#1418) 7 سال پیش
type.class.hlsl 1d92f9a129 [spirv] Handle RecordDecls defined inside DeclStmt (#855) 8 سال پیش
type.constant-buffer.hlsl 3c511a0959 [spirv] Support TextureBuffer/ConstantBuffer arrays. (#1166) 7 سال پیش
type.consume-structured-buffer.hlsl 0d8a15a61a [spirv] Better reflection support via new extensions (#1111) 7 سال پیش
type.line-stream.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
type.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
type.matrix.majorness.zpc.hlsl d81941c4cb [spirv] Majorness decoration for *StructuredBuffer<matrix> (#1035) 8 سال پیش
type.matrix.majorness.zpr.hlsl d81941c4cb [spirv] Majorness decoration for *StructuredBuffer<matrix> (#1035) 8 سال پیش
type.point-stream.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
type.runtime-array.hlsl babfc756c3 [spirv] Convert to use 2 as the depth value for OpTypeImage (#1261) 7 سال پیش
type.rwbuffer.struct.error.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
type.rwtexture.hlsl babfc756c3 [spirv] Convert to use 2 as the depth value for OpTypeImage (#1261) 7 سال پیش
type.sampler.hlsl f284c982c9 [spirv] Support texture and sampler types (#572) 8 سال پیش
type.scalar.hlsl fcde415c18 [spirv] Handle literal int and 64-bit int. (#851) 8 سال پیش
type.struct.hlsl 56ffc8a239 [spirv] Fix Vulkan layout struct member alignment error (#1418) 7 سال پیش
type.struct.uniqueness.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
type.structured-buffer.array.error.hlsl 2095fef62c [spirv] Add support for arrays of structured/byte buffers (#1257) 7 سال پیش
type.structured-buffer.array.hlsl 2095fef62c [spirv] Add support for arrays of structured/byte buffers (#1257) 7 سال پیش
type.structured-buffer.hlsl 0d8a15a61a [spirv] Better reflection support via new extensions (#1111) 7 سال پیش
type.tbuffer.hlsl be8c74dd4f [spirv] Booleans do not have a physical layout. (#1140) 7 سال پیش
type.texture-buffer.hlsl 3c511a0959 [spirv] Support TextureBuffer/ConstantBuffer arrays. (#1166) 7 سال پیش
type.texture.hlsl 310c305150 [spirv] Support struct as Buffer/Texture template type (#1371) 7 سال پیش
type.triangle-stream.hlsl 734266277b [spirv] Change vertex processing stages to emit gl_PerVertex (#757) 8 سال پیش
type.typedef.hlsl c5a2da0275 [spirv] Handle variable definitions in if statements (#536) 8 سال پیش
type.vector.hlsl 694c35a47e [spirv] Translate vector truncation and splatting (#502) 8 سال پیش
unary-op.logical-not.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.minus.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.plus.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.postfix-dec.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.postfix-dec.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
unary-op.postfix-inc.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.postfix-inc.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
unary-op.prefix-dec.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.prefix-dec.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
unary-op.prefix-inc.hlsl c8ff1681be [spirv] Support unary operators: ++, --, !, +, - (#497) 8 سال پیش
unary-op.prefix-inc.matrix.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
var.globals.error.hlsl 3601a46c3e [spirv] Emit warning for $Globals member initializers (#1235) 7 سال پیش
var.globals.hlsl 725ecab3b9 [spirv] Add support for arrays of resources (#1184) 7 سال پیش
var.init.array.hlsl eeab612da9 [spirv] 16-bit and 64-bit int, uint, and float. (#966) 8 سال پیش
var.init.cbuffer.hlsl 3601a46c3e [spirv] Emit warning for $Globals member initializers (#1235) 7 سال پیش
var.init.cross-storage-class.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
var.init.hlsl 7f6aaf6cc6 [spirv] Use OpStore instead of OpVariable initializer (#858) 8 سال پیش
var.init.matrix.1x1.hlsl 35138b401c [spirv] More support for matrices and structs in init lists (#548) 8 سال پیش
var.init.matrix.1xn.hlsl 35138b401c [spirv] More support for matrices and structs in init lists (#548) 8 سال پیش
var.init.matrix.mx1.hlsl 35138b401c [spirv] More support for matrices and structs in init lists (#548) 8 سال پیش
var.init.matrix.mxn.hlsl 774e85eb20 [spirv] Add initial support for non-fp matrices (#1057) 7 سال پیش
var.init.opaque.hlsl cc61d9d294 [spirv] Allow samplers and textures in initializer list (#815) 8 سال پیش
var.init.struct.hlsl d98d66564a [spirv] Converted to generate wrapper for entry function (#557) 8 سال پیش
var.init.tbuffer.hlsl 3601a46c3e [spirv] Emit warning for $Globals member initializers (#1235) 7 سال پیش
var.init.warning.ignored.hlsl 8c6d72a2a7 [spirv] Add option to ignore warnings on features without Vulkan support (#1289) 7 سال پیش
var.resource.array.hlsl babfc756c3 [spirv] Convert to use 2 as the depth value for OpTypeImage (#1261) 7 سال پیش
var.static.hlsl c1991aadc8 [spirv] Fix static function variable initialization (#942) 8 سال پیش
var.static.resource.hlsl 1f1ea2b7f5 [spirv] Avoid getting constant zero for static resources (#1056) 8 سال پیش
vk.attribute.error.hlsl 6788ebea4a [spirv] Add support for [[vk::push_constant]] (#791) 8 سال پیش
vk.attribute.invalid.hlsl 4cbada6181 [spirv] Translate SubpassInput(MS) and their methods (#1013) 8 سال پیش
vk.binding.cl.register.counter.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.register.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.register.invalid-bind.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.register.invalid-set.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.register.invalid-space.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.register.missing-attr.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.register.missing-cl.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.shift.all-sets.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.cl.shift.hlsl 05cda8da2a [spirv] Add support for -fvk-bind-register (#1480) 7 سال پیش
vk.binding.counter.hlsl d7a96e9e80 [spirv] Always emit a counter variable for RWStructuredBuffer (#896) 8 سال پیش
vk.binding.explicit.hlsl 8283f8aabd [spirv] Remove the "var." prefix on cbuffer/tbuffer names (#1071) 7 سال پیش
vk.binding.implicit.hlsl 8283f8aabd [spirv] Remove the "var." prefix on cbuffer/tbuffer names (#1071) 7 سال پیش
vk.binding.precedence.hlsl a415125b2c [spirv] Fix counter_binding precedence and test (#1363) 7 سال پیش
vk.binding.register.hlsl 8283f8aabd [spirv] Remove the "var." prefix on cbuffer/tbuffer names (#1071) 7 سال پیش
vk.cloption.invert-w.ds.hlsl f40667e931 [spirv] Rename -fvk-invert-w to -fvk-use-dx-position-w (#1448) 7 سال پیش
vk.cloption.invert-w.ps.hlsl f40667e931 [spirv] Rename -fvk-invert-w to -fvk-use-dx-position-w (#1448) 7 سال پیش
vk.cloption.invert-y.ds.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
vk.cloption.invert-y.gs.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
vk.cloption.invert-y.vs.hlsl a1a33a4199 [spirv] Convert to use stand-alone variables for gl_PerVertex (#1259) 7 سال پیش
vk.layout.16bit-types.cbuffer.hlsl 0abc68b119 [spirv] Support 16-bit types in resources (#1272) 7 سال پیش
vk.layout.16bit-types.pc.hlsl 0abc68b119 [spirv] Support 16-bit types in resources (#1272) 7 سال پیش
vk.layout.16bit-types.sbuffer.hlsl 0abc68b119 [spirv] Support 16-bit types in resources (#1272) 7 سال پیش
vk.layout.16bit-types.tbuffer.hlsl 0abc68b119 [spirv] Support 16-bit types in resources (#1272) 7 سال پیش
vk.layout.64bit-types.std140.hlsl 552b5cc8a2 [spirv] Support 64bit types during resource calculation (#1099) 7 سال پیش
vk.layout.64bit-types.std430.hlsl 552b5cc8a2 [spirv] Support 64bit types during resource calculation (#1099) 7 سال پیش
vk.layout.asbuffer.std430.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.attr.offset.hlsl ed29623d9a [spirv] Handle nested structs for [[vk::offset]] (#1399) 7 سال پیش
vk.layout.cbuffer.boolean.hlsl 6d152bf14c [spirv] Boolean layout in struct reconstruction. (#1211) 7 سال پیش
vk.layout.cbuffer.fxc.1.hlsl df1ee0c331 [spirv] Fix DX layout struct base alignment (#1523) 7 سال پیش
vk.layout.cbuffer.fxc.hlsl 99c142be0b [spirv] Add support for DX layout rules (#1198) 7 سال پیش
vk.layout.cbuffer.nested.empty.std140.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
vk.layout.cbuffer.nested.std140.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.cbuffer.packoffset.error.hlsl 9b0167be56 [spirv] Add support for :packoffset() (#1156) 7 سال پیش
vk.layout.cbuffer.packoffset.hlsl 9b0167be56 [spirv] Add support for :packoffset() (#1156) 7 سال پیش
vk.layout.cbuffer.std140.hlsl 0a8b8c4e1d [spirv] Rename -fvk-use-glsl-layout to -fvk-use-gl-layout (#1206) 7 سال پیش
vk.layout.cbuffer.zpc.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
vk.layout.cbuffer.zpr.hlsl 4cfcdf3239 [spirv] Emit single store for cross-storage-class composite types (#1158) 7 سال پیش
vk.layout.csbuffer.std430.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.non-fp-matrix.error.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.push-constant.std430.hlsl 0a8b8c4e1d [spirv] Rename -fvk-use-glsl-layout to -fvk-use-gl-layout (#1206) 7 سال پیش
vk.layout.rwstructuredbuffer.boolean.hlsl 6d152bf14c [spirv] Boolean layout in struct reconstruction. (#1211) 7 سال پیش
vk.layout.sbuffer.fxc.hlsl 99c142be0b [spirv] Add support for DX layout rules (#1198) 7 سال پیش
vk.layout.sbuffer.nested.std430.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.sbuffer.std430.hlsl 0a8b8c4e1d [spirv] Rename -fvk-use-glsl-layout to -fvk-use-gl-layout (#1206) 7 سال پیش
vk.layout.struct.relaxed.hlsl 56ffc8a239 [spirv] Fix Vulkan layout struct member alignment error (#1418) 7 سال پیش
vk.layout.tbuffer.std430.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.texture-buffer.std430.hlsl 93ba5ed95f [spirv] Non-floating point matrix layout. (#1097) 7 سال پیش
vk.layout.vector.relaxed.hlsl 82c289db99 [spirv] Avoid unifying struct types with different names (#1367) 7 سال پیش
vk.location.composite.hlsl 7b7510b2c5 [spirv] Fix location assignment for composite stage IO types (#1098) 7 سال پیش
vk.location.exp-in.hlsl 0e0e014232 [spirv] Add CL option for stage I/O location assignment order (#578) 8 سال پیش
vk.location.exp-out.hlsl 0e0e014232 [spirv] Add CL option for stage I/O location assignment order (#578) 8 سال پیش
vk.location.hlsl 9fbe9bb349 [spirv] Turn on C++11 attributes and support [[vk::location(X)]] (#568) 8 سال پیش
vk.location.large.hlsl 9fbe9bb349 [spirv] Turn on C++11 attributes and support [[vk::location(X)]] (#568) 8 سال پیش
vk.location.mixed.hlsl 9fbe9bb349 [spirv] Turn on C++11 attributes and support [[vk::location(X)]] (#568) 8 سال پیش
vk.location.reassign.hlsl 9fbe9bb349 [spirv] Turn on C++11 attributes and support [[vk::location(X)]] (#568) 8 سال پیش
vk.push-constant.anon-struct.hlsl bdd9254a82 [spirv] Fix push constant defined from anonymous struct (#1223) 7 سال پیش
vk.push-constant.hlsl eeab612da9 [spirv] 16-bit and 64-bit int, uint, and float. (#966) 8 سال پیش
vk.push-constant.multiple.hlsl dc0babf2ff [spirv] Validate vk::push_constant usage (#807) 8 سال پیش
vk.push-constant.offset.hlsl 1a45ed822a [spirv] Add support for vk::offset attribute (#922) 8 سال پیش
vk.spec-constant.error.hlsl 14c3c0d92c [spirv] Add initial support for specialization constant (#1009) 8 سال پیش
vk.spec-constant.init.hlsl 3a6c072fd1 [spirv] Refresh SPIRV-Tools (#1197) 7 سال پیش
vk.spec-constant.usage.hlsl 14c3c0d92c [spirv] Add initial support for specialization constant (#1009) 8 سال پیش
vk.subpass-input.binding.hlsl 4cbada6181 [spirv] Translate SubpassInput(MS) and their methods (#1013) 8 سال پیش
vk.subpass-input.error.hlsl 4cbada6181 [spirv] Translate SubpassInput(MS) and their methods (#1013) 8 سال پیش
vk.subpass-input.hlsl babfc756c3 [spirv] Convert to use 2 as the depth value for OpTypeImage (#1261) 7 سال پیش