Home
last modified time | relevance | path

Searched defs:tcs (Results 1 – 25 of 53) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_ts.c41 struct svga_tcs_shader *tcs, in compile_tcs()
68 struct svga_tcs_shader *tcs = svga->curr.tcs; in make_tcs_key() local
114 struct svga_tcs_shader *tcs = svga->curr.tcs; in emit_hw_tcs() local
Dsvga_pipe_ts.c64 struct svga_tcs_shader *tcs; in svga_create_tcs_state() local
90 struct svga_tcs_shader *tcs = (struct svga_tcs_shader *) shader; in svga_bind_tcs_state() local
105 struct svga_tcs_shader *tcs = (struct svga_tcs_shader *) shader; in svga_delete_tcs_state() local
Dsvga_state_tgsi_transform.c421 struct svga_tcs_shader *tcs = svga->curr.tcs; /* currently bound tcs */ in update_tgsi_transform() local
Dsvga_context.h283 struct svga_tcs_shader *tcs; member
395 struct svga_shader_variant *tcs; member
556 unsigned tcs:1; member
666 } tcs; member
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3611.js15 var tcs = [ variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c78 llvmpipe_bind_tcs_state(struct pipe_context *pipe, void *tcs) in llvmpipe_bind_tcs_state()
92 llvmpipe_delete_tcs_state(struct pipe_context *pipe, void *tcs) in llvmpipe_delete_tcs_state()
Dlp_context.h70 const struct lp_tess_ctrl_shader *tcs; member
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DPartitionInfoTest.java88 private static TerritoryContainment territories(CldrValue... tcs) { in territories()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderWinding.cpp87 const char* tcs("${VERSION}\n" in init() local
/third_party/mesa3d/src/mesa/main/
Dstate.c98 struct gl_program *tcs = in _mesa_update_allow_draw_out_of_order() local
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp50 struct gl_linked_shader *tcs = sh_prog->_LinkedShaders[MESA_SHADER_TESS_CTRL]; in brw_shader_precompile() local
Dbrw_program.c140 struct gl_linked_shader *tcs = in brw_create_nir() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c147 struct draw_tess_ctrl_shader *tcs = draw->tcs.tess_ctrl_shader; in llvm_middle_end_prepare_tcs() local
298 struct draw_tess_ctrl_shader *tcs = draw->tcs.tess_ctrl_shader; in llvm_middle_end_prepare() local
Ddraw_tess.c423 struct draw_tess_ctrl_shader *tcs; in draw_create_tess_ctrl_shader() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp7088 Utils::ShaderInterface& tcs = program_interface.GetShaderInterface(Utils::Shader::TESS_CTRL); in test() local
7235 Utils::ShaderInterface& tcs = program_interface.GetShaderInterface(Utils::Shader::TESS_CTRL); in test() local
7277 Utils::ShaderInterface& tcs = program_interface.GetShaderInterface(Utils::Shader::TESS_CTRL); in test() local
7802 const std::string& tcs = in test() local
8245 static const GLchar* tcs = "#version 430 core\n" in test() local
8920 static const GLchar* tcs = in test() local
9271 static const GLchar* tcs = "#version 430 core\n" in test() local
9736 static const GLchar* tcs = "#version 430 core\n" in test() local
10228 static const GLchar* tcs = "#version 430 core\n" in test() local
10917 static const GLchar* tcs = in test() local
[all …]
Dgl4cProgramInterfaceQueryTests.cpp3828 const GLuint tcs = CreateShaderProgram(GL_TESS_CONTROL_SHADER, 1, &srcTCS); in Run() local
3922 const GLuint tcs = CreateShaderProgram(GL_TESS_EVALUATION_SHADER, 1, &srcTCS); in Run() local
4011 const GLuint tcs = CreateShaderProgram(GL_GEOMETRY_SHADER, 1, &srcTCS); in Run() local
4086 const GLuint tcs = CreateShaderProgram(GL_FRAGMENT_SHADER, 1, &srcTCS); in Run() local
/third_party/mesa3d/src/intel/common/
Dintel_measure.c265 uintptr_t vs, uintptr_t tcs, uintptr_t tes, in intel_measure_state_changed()
Dintel_measure.h111 uintptr_t framebuffer, vs, tcs, tes, gs, fs, cs; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_measure.c215 uintptr_t vs=0, tcs=0, tes=0, gs=0, fs=0, cs=0; in state_changed() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dgl_raii.h269 #define ANGLE_GL_PROGRAM_WITH_TESS(name, vertex, tcs, tes, fragment) \ argument
/third_party/mesa3d/src/intel/vulkan/
Danv_measure.c210 uintptr_t vs=0, tcs=0, tes=0, gs=0, fs=0, cs=0; in state_changed() local
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp480 const struct pipe_shader_state *tcs) in swr_create_tcs_state()
492 swr_bind_tcs_state(struct pipe_context *pipe, void *tcs) in swr_bind_tcs_state()
505 swr_delete_tcs_state(struct pipe_context *pipe, void *tcs) in swr_delete_tcs_state()
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.cpp55 GLuint tcs = 0; in CompileProgramInternal() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.cpp862 bool tcs = (m_shader_to_check == STC_TESSELLATION_CONTROL_SHADER); in configureProgram() local
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c894 int do_syscalltests(struct tcses *tcs) in do_syscalltests()

123