Home
last modified time | relevance | path

Searched refs:uniform_sem_t (Results 1 – 6 of 6) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_shader/
H A Dslang_process.h54 } uniform_sem_t; typedef
72 uniform_sem_t* uniforms;
H A Dslang_process.cpp64 std::vector<uniform_sem_t> uniforms[SLANG_CBUFFER_MAX]; in slang_process_reflection()
153 uniform_sem_t uniform = { map->uniforms[semantic], in slang_process_reflection()
189 uniform_sem_t uniform = { in slang_process_reflection()
264 uniform_sem_t uniform = { in slang_process_reflection()
315 (uniform_sem_t*) in slang_process_reflection()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dd3d10.c1360 uniform_sem_t* uniform = buffer_sem->uniforms; in d3d10_gfx_frame()
H A Dd3d11.c1548 uniform_sem_t* uniform = buffer_sem->uniforms; in d3d11_gfx_frame()
H A Dd3d12.c1337 uniform_sem_t* uniform = buffer_sem->uniforms; in d3d12_gfx_frame()
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dmetal_common.m1007 uniform_sem_t *uniform = buffer_sem->uniforms;