/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_loop_test.cc | 20 namespace hlsl { namespace
|
H A D | generator_impl_test.cc | 19 namespace hlsl { namespace
|
H A D | test_helper.h | 30 namespace hlsl { namespace
|
H A D | generator_impl_binary_test.cc | 21 namespace hlsl { namespace
|
H A D | generator_impl_sanitizer_test.cc | 23 namespace hlsl { namespace
|
H A D | generator_impl.h | 53 namespace hlsl { namespace
|
H A D | generator_impl_intrinsic_test.cc | 23 namespace hlsl { namespace
|
H A D | generator_impl_member_accessor_test.cc | 22 namespace hlsl { namespace
|
H A D | generator_impl_type_test.cc | 28 namespace hlsl { namespace
|
H A D | generator_impl.cc | 71 namespace hlsl { namespace
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | HLSLCompiler.cpp | 225 stream << "#line 2 \"" << sourcePath << "\"\n\n" << hlsl; in compileToBinary() local 206 compileToBinary(d3d::Context *context, gl::InfoLog &infoLog, const std::string &hlsl, const std::string &profile, const std::vector<CompileConfig> &configs, const D3D_SHADER_MACRO *overrideMacros, ID3DBlob **outCompiledBlob, std::string *outDebugInfo) compileToBinary() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_parsed_ir.hpp | 110 bool hlsl = false; member
|
H A D | main.cpp | 701 bool hlsl = false; member 1297 auto *hlsl = static_cast<CompilerHLSL *>(compiler.get()); compile_iteration() local [all...] |
H A D | spirv_cross_c.cpp | 166 CompilerHLSL::Options hlsl; member 876 auto &hlsl = *static_cast<CompilerHLSL *>(compiler->compiler.get()); spvc_compiler_hlsl_set_root_constants_layout() local 911 auto &hlsl = *static_cast<CompilerHLSL *>(compiler->compiler.get()); spvc_compiler_hlsl_add_vertex_attribute_remap() local 937 auto &hlsl = *static_cast<CompilerHLSL *>(compiler->compiler.get()); spvc_compiler_hlsl_remap_num_workgroups_builtin() local 955 auto &hlsl = *static_cast<CompilerHLSL *>(compiler->compiler.get()); spvc_compiler_hlsl_set_resource_binding_flags() local 975 auto &hlsl = *static_cast<CompilerHLSL *>(compiler->compiler.get()); spvc_compiler_hlsl_add_resource_binding() local 1007 auto &hlsl = *static_cast<CompilerHLSL *>(compiler->compiler.get()); spvc_compiler_hlsl_is_resource_used() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksStructsVKSC.hpp | 33 vk::HlslSource hlsl; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.cpp | 806 TString hlsl; in uniformBlockString() local 834 TString hlsl, typeString; in uniformBlockWithOneLargeArrayMemberString() local 883 TString hlsl; shaderStorageBlockString() local 914 TString hlsl; uniformBlockMembersString() local [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DPipelineStateBuilder.cpp | 117 SkSL::String hlsl[kGrShaderTypeCount]; in loadHLSLFromCache() local 601 SkSL::String hlsl[kGrShaderTypeCount]; in finalize() local 80 GrCompileHLSLShader(GrD3DGpu* gpu, const SkSL::String& hlsl, SkSL::ProgramKind kind) GrCompileHLSLShader() argument [all...] |